| IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > CloningFns Class > DeepClone Method : DeepClone<T>(T,CloningMethod) Method |
'DeclarationPublic Overloads Shared Function DeepClone(Of T)( _ ByVal objectGraph As T, _ Optional ByVal cloningMethod As CloningMethod _ ) As T
'UsageDim objectGraph As T Dim cloningMethod As CloningMethod Dim value As T value = CloningFns.DeepClone(Of T)(objectGraph, cloningMethod)
public static T DeepClone<T>( T objectGraph, CloningMethod cloningMethod )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2